home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1995 August / Personal Computer World (PCW Interactive) (August 1995).iso / system / pcwi.dir / 00415_Script_415 < prev    next >
Text File  |  1995-06-08  |  406b  |  14 lines

  1. on enterFrame
  2.   sound stop 1
  3.   set the cursor of sprite 30 to [900, 901]
  4.   set the cursor of sprite 31 to [900, 901]
  5.   set the cursor of sprite 32 to [900, 901]
  6.   set the cursor of sprite 33 to [900, 901]
  7.   set the cursor of sprite 34 to [900, 901]
  8.   set the cursor of sprite 35 to [900, 901]
  9. end
  10.  
  11. on exitFrame
  12.   if not soundBusy(1) then sound playFile 1,"system\scrncams.wav"
  13.   go to "W2"
  14. end